﻿2026-06-21T09:42:08.2421328Z Current runner version: '2.335.1'
2026-06-21T09:42:08.2425851Z Runner name: 'kitsubito'
2026-06-21T09:42:08.2426355Z Runner group name: 'Default'
2026-06-21T09:42:08.2427009Z Machine name: 'KITSUBITO'
2026-06-21T09:42:08.2429026Z ##[group]GITHUB_TOKEN Permissions
2026-06-21T09:42:08.2430786Z Contents: read
2026-06-21T09:42:08.2431186Z Metadata: read
2026-06-21T09:42:08.2431554Z Packages: read
2026-06-21T09:42:08.2431917Z ##[endgroup]
2026-06-21T09:42:08.2433464Z Secret source: Actions
2026-06-21T09:42:08.2433977Z Prepare workflow directory
2026-06-21T09:42:08.2788852Z Prepare all required actions
2026-06-21T09:42:08.2819455Z Getting action download info
2026-06-21T09:42:08.5924397Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-21T09:42:09.2578128Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-06-21T09:42:09.3484143Z ##[group]Run actions/checkout@v5
2026-06-21T09:42:09.3484971Z with:
2026-06-21T09:42:09.3485352Z   fetch-depth: 0
2026-06-21T09:42:09.3485835Z   repository: SaberMage/spt-core
2026-06-21T09:42:09.3489670Z   token: ***
2026-06-21T09:42:09.3490072Z   ssh-strict: true
2026-06-21T09:42:09.3490452Z   ssh-user: git
2026-06-21T09:42:09.3490848Z   persist-credentials: true
2026-06-21T09:42:09.3491274Z   clean: true
2026-06-21T09:42:09.3491673Z   sparse-checkout-cone-mode: true
2026-06-21T09:42:09.3492126Z   fetch-tags: false
2026-06-21T09:42:09.3492511Z   show-progress: true
2026-06-21T09:42:09.3492910Z   lfs: false
2026-06-21T09:42:09.3493277Z   submodules: false
2026-06-21T09:42:09.3493696Z   set-safe-directory: true
2026-06-21T09:42:09.3494373Z ##[endgroup]
2026-06-21T09:42:09.4292227Z Syncing repository: SaberMage/spt-core
2026-06-21T09:42:09.4294107Z ##[group]Getting Git version info
2026-06-21T09:42:09.4294949Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-21T09:42:09.4295928Z [command]/usr/bin/git version
2026-06-21T09:42:09.4316578Z git version 2.43.0
2026-06-21T09:42:09.4334804Z ##[endgroup]
2026-06-21T09:42:09.4347484Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/91514c25-da15-4b7c-ad43-402d63a09d63' before making global git config changes
2026-06-21T09:42:09.4350813Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T09:42:09.4351961Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-21T09:42:09.4386300Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-21T09:42:09.4406423Z https://github.com/SaberMage/spt-core
2026-06-21T09:42:09.4416218Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-21T09:42:09.4419560Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-21T09:42:09.4436878Z HEAD
2026-06-21T09:42:09.4468629Z ##[endgroup]
2026-06-21T09:42:09.4469575Z [command]/usr/bin/git submodule status
2026-06-21T09:42:09.4653839Z ##[group]Cleaning the repository
2026-06-21T09:42:09.4656214Z [command]/usr/bin/git clean -ffdx
2026-06-21T09:42:09.4685138Z Removing traceable-reqs
2026-06-21T09:42:09.4692711Z [command]/usr/bin/git reset --hard HEAD
2026-06-21T09:42:09.4742459Z HEAD is now at 1cafc8afb Merge 6a27b0b9a2658ec5039ce38b939c6bfdad2757fa into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T09:42:09.4747325Z ##[endgroup]
2026-06-21T09:42:09.4748697Z ##[group]Disabling automatic garbage collection
2026-06-21T09:42:09.4752036Z [command]/usr/bin/git config --local gc.auto 0
2026-06-21T09:42:09.4775524Z ##[endgroup]
2026-06-21T09:42:09.4776319Z ##[group]Setting up auth
2026-06-21T09:42:09.4780465Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-21T09:42:09.4803818Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-21T09:42:09.4989409Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T09:42:09.5014634Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-21T09:42:09.5196134Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T09:42:09.5221819Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-21T09:42:09.5407933Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-21T09:42:09.5436688Z ##[endgroup]
2026-06-21T09:42:09.5437499Z ##[group]Fetching the repository
2026-06-21T09:42:09.5443990Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +1cafc8afb1ed6606350cab07e057989c02fea0c7:refs/remotes/pull/27/merge
2026-06-21T09:42:10.1697076Z From https://github.com/SaberMage/spt-core
2026-06-21T09:42:10.1698874Z    eb73da70b..6a27b0b9a  wedge-trace-v4 -> origin/wedge-trace-v4
2026-06-21T09:42:10.1727368Z ##[endgroup]
2026-06-21T09:42:10.1728485Z ##[group]Determining the checkout info
2026-06-21T09:42:10.1729773Z ##[endgroup]
2026-06-21T09:42:10.1732551Z [command]/usr/bin/git sparse-checkout disable
2026-06-21T09:42:10.1768445Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-21T09:42:10.1791387Z ##[group]Checking out the ref
2026-06-21T09:42:10.1794669Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/27/merge
2026-06-21T09:42:10.1843702Z HEAD is now at 1cafc8afb Merge 6a27b0b9a2658ec5039ce38b939c6bfdad2757fa into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T09:42:10.1847761Z ##[endgroup]
2026-06-21T09:42:10.1882342Z [command]/usr/bin/git log -1 --format=%H
2026-06-21T09:42:10.1907005Z 1cafc8afb1ed6606350cab07e057989c02fea0c7
2026-06-21T09:42:10.2108849Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-21T09:42:10.2110668Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-21T09:42:10.2128282Z shell: /usr/bin/bash -e {0}
2026-06-21T09:42:10.2129265Z ##[endgroup]
2026-06-21T09:42:10.2271897Z ##[group]Run set -euo pipefail
2026-06-21T09:42:10.2272870Z [36;1mset -euo pipefail[0m
2026-06-21T09:42:10.2273695Z [36;1mPIN=0c95435[0m
2026-06-21T09:42:10.2274483Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-21T09:42:10.2275464Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-21T09:42:10.2276773Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-21T09:42:10.2278459Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-21T09:42:10.2280246Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-21T09:42:10.2281612Z [36;1m  rm -rf "$CACHE"[0m
2026-06-21T09:42:10.2282523Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-21T09:42:10.2283590Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-21T09:42:10.2284953Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-21T09:42:10.2286330Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-21T09:42:10.2287276Z [36;1mfi[0m
2026-06-21T09:42:10.2288358Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-21T09:42:10.2304450Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-21T09:42:10.2305543Z env:
2026-06-21T09:42:10.2306239Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-21T09:42:10.2307131Z ##[endgroup]
2026-06-21T09:42:10.5252229Z    Compiling proc-macro2 v1.0.106
2026-06-21T09:42:10.5253784Z    Compiling unicode-ident v1.0.24
2026-06-21T09:42:10.5254945Z    Compiling quote v1.0.45
2026-06-21T09:42:10.5255951Z    Compiling libc v0.2.186
2026-06-21T09:42:10.5257001Z    Compiling serde_core v1.0.228
2026-06-21T09:42:10.5258598Z    Compiling cfg-if v1.0.4
2026-06-21T09:42:10.5259989Z    Compiling serde v1.0.228
2026-06-21T09:42:10.5289164Z    Compiling log v0.4.32
2026-06-21T09:42:10.5360579Z    Compiling pin-project-lite v0.2.17
2026-06-21T09:42:10.5362841Z    Compiling portable-atomic v1.13.1
2026-06-21T09:42:10.5367003Z    Compiling typenum v1.20.1
2026-06-21T09:42:10.5387841Z    Compiling memchr v2.8.1
2026-06-21T09:42:10.5607251Z    Compiling version_check v0.9.5
2026-06-21T09:42:10.5610185Z    Compiling shlex v2.0.1
2026-06-21T09:42:10.5611804Z    Compiling find-msvc-tools v0.1.9
2026-06-21T09:42:10.5857702Z    Compiling critical-section v1.2.0
2026-06-21T09:42:10.6277431Z    Compiling futures-core v0.3.32
2026-06-21T09:42:10.6351734Z    Compiling subtle v2.6.1
2026-06-21T09:42:10.6742464Z    Compiling bytes v1.11.1
2026-06-21T09:42:10.7546292Z    Compiling smallvec v1.15.1
2026-06-21T09:42:10.7638633Z    Compiling equivalent v1.0.2
2026-06-21T09:42:10.7917602Z    Compiling itoa v1.0.18
2026-06-21T09:42:10.8105793Z    Compiling semver v1.0.28
2026-06-21T09:42:10.8271979Z    Compiling stable_deref_trait v1.2.1
2026-06-21T09:42:10.8489823Z    Compiling slab v0.4.12
2026-06-21T09:42:10.8633433Z    Compiling futures-sink v0.3.32
2026-06-21T09:42:10.8782224Z    Compiling futures-io v0.3.32
2026-06-21T09:42:10.8932891Z    Compiling generic-array v0.14.7
2026-06-21T09:42:10.9032800Z    Compiling futures-task v0.3.32
2026-06-21T09:42:10.9687307Z    Compiling futures-channel v0.3.32
2026-06-21T09:42:11.0306856Z    Compiling rustversion v1.0.22
2026-06-21T09:42:11.0412560Z    Compiling bitflags v2.12.1
2026-06-21T09:42:11.0492653Z    Compiling hashbrown v0.17.1
2026-06-21T09:42:11.0500704Z    Compiling cpufeatures v0.2.17
2026-06-21T09:42:11.0691898Z    Compiling fnv v1.0.7
2026-06-21T09:42:11.0881939Z    Compiling strsim v0.11.1
2026-06-21T09:42:11.1161927Z    Compiling cfg_aliases v0.2.1
2026-06-21T09:42:11.1351323Z    Compiling rand_core v0.10.1
2026-06-21T09:42:11.1391393Z    Compiling writeable v0.6.3
2026-06-21T09:42:11.1760888Z    Compiling rustc_version v0.4.1
2026-06-21T09:42:11.2891062Z    Compiling litemap v0.8.2
2026-06-21T09:42:11.2982978Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T09:42:11.3041070Z    Compiling getrandom v0.4.2
2026-06-21T09:42:11.3751636Z    Compiling utf8_iter v1.0.4
2026-06-21T09:42:11.3847332Z    Compiling icu_properties_data v2.2.0
2026-06-21T09:42:11.4675203Z    Compiling dunce v1.0.5
2026-06-21T09:42:11.4781177Z    Compiling ident_case v1.0.1
2026-06-21T09:42:11.5191233Z    Compiling fs_extra v1.3.0
2026-06-21T09:42:11.5931212Z    Compiling percent-encoding v2.3.2
2026-06-21T09:42:11.6252036Z    Compiling autocfg v1.5.1
2026-06-21T09:42:11.6420699Z    Compiling http v1.4.1
2026-06-21T09:42:11.7081009Z    Compiling unicode-segmentation v1.13.3
2026-06-21T09:42:11.7360600Z    Compiling aws-lc-rs v1.17.0
2026-06-21T09:42:11.7870568Z    Compiling cpufeatures v0.3.0
2026-06-21T09:42:11.8390953Z    Compiling syn v2.0.117
2026-06-21T09:42:11.8570810Z    Compiling thiserror v2.0.18
2026-06-21T09:42:11.8640636Z    Compiling scopeguard v1.2.0
2026-06-21T09:42:11.8761288Z    Compiling chacha20 v0.10.0
2026-06-21T09:42:11.9210493Z    Compiling lock_api v0.4.14
2026-06-21T09:42:11.9341306Z    Compiling form_urlencoded v1.2.2
2026-06-21T09:42:11.9611450Z    Compiling untrusted v0.9.0
2026-06-21T09:42:12.0430760Z    Compiling indexmap v2.14.0
2026-06-21T09:42:12.0510638Z    Compiling heck v0.5.0
2026-06-21T09:42:12.0786203Z    Compiling rustls v0.23.40
2026-06-21T09:42:12.1408513Z    Compiling unicode-xid v0.2.6
2026-06-21T09:42:12.1701111Z    Compiling anyhow v1.0.102
2026-06-21T09:42:12.2007481Z    Compiling atomic-waker v1.1.2
2026-06-21T09:42:12.2244047Z    Compiling const-oid v0.10.2
2026-06-21T09:42:12.2250196Z    Compiling parking_lot_core v0.9.12
2026-06-21T09:42:12.2573669Z    Compiling convert_case v0.10.0
2026-06-21T09:42:12.2960807Z    Compiling zerocopy v0.8.50
2026-06-21T09:42:12.3037872Z    Compiling paste v1.0.15
2026-06-21T09:42:12.3050045Z    Compiling httparse v1.10.1
2026-06-21T09:42:12.3310416Z    Compiling num-traits v0.2.19
2026-06-21T09:42:12.3600556Z    Compiling jobserver v0.1.34
2026-06-21T09:42:12.4214519Z    Compiling hybrid-array v0.4.12
2026-06-21T09:42:12.4652076Z    Compiling curve25519-dalek v4.1.3
2026-06-21T09:42:12.4981106Z    Compiling ahash v0.8.12
2026-06-21T09:42:12.5471026Z    Compiling either v1.16.0
2026-06-21T09:42:12.6251120Z    Compiling powerfmt v0.2.0
2026-06-21T09:42:12.6451313Z    Compiling cc v1.2.63
2026-06-21T09:42:12.7001443Z    Compiling base64ct v1.8.3
2026-06-21T09:42:12.7080205Z    Compiling fastrand v2.4.1
2026-06-21T09:42:12.8191410Z    Compiling deranged v0.5.8
2026-06-21T09:42:12.9190693Z    Compiling crypto-common v0.1.7
2026-06-21T09:42:12.9345677Z    Compiling block-buffer v0.10.4
2026-06-21T09:42:12.9500736Z    Compiling http-body v1.0.1
2026-06-21T09:42:13.0042918Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T09:42:13.0502022Z    Compiling digest v0.10.7
2026-06-21T09:42:13.0650954Z    Compiling mio v1.2.1
2026-06-21T09:42:13.1466314Z    Compiling socket2 v0.6.4
2026-06-21T09:42:13.1720822Z    Compiling getrandom v0.2.17
2026-06-21T09:42:13.2553534Z    Compiling time-core v0.1.8
2026-06-21T09:42:13.2661097Z    Compiling tinyvec_macros v0.1.1
2026-06-21T09:42:13.2849528Z    Compiling tower-service v0.3.3
2026-06-21T09:42:13.3144997Z    Compiling base64 v0.22.1
2026-06-21T09:42:13.3450626Z    Compiling rand_core v0.6.4
2026-06-21T09:42:13.3820518Z    Compiling vcpkg v0.2.15
2026-06-21T09:42:13.4100604Z    Compiling rand v0.10.1
2026-06-21T09:42:13.4370003Z    Compiling data-encoding v2.11.0
2026-06-21T09:42:13.4598663Z    Compiling pkg-config v0.3.33
2026-06-21T09:42:13.4810452Z    Compiling zmij v1.0.21
2026-06-21T09:42:13.5180686Z    Compiling try-lock v0.2.5
2026-06-21T09:42:13.5790386Z    Compiling num-conv v0.2.2
2026-06-21T09:42:13.5970630Z    Compiling parking_lot v0.12.5
2026-06-21T09:42:13.6280456Z    Compiling want v0.3.1
2026-06-21T09:42:13.7285625Z    Compiling tinyvec v1.11.0
2026-06-21T09:42:13.7400450Z    Compiling sha2 v0.10.9
2026-06-21T09:42:13.8285734Z    Compiling crypto-common v0.2.2
2026-06-21T09:42:13.8390880Z    Compiling block-buffer v0.12.0
2026-06-21T09:42:13.9830861Z    Compiling inout v0.1.4
2026-06-21T09:42:14.0158729Z    Compiling vergen-lib v9.1.0
2026-06-21T09:42:14.0921176Z    Compiling cmake v0.1.58
2026-06-21T09:42:14.1190685Z    Compiling n0-future v0.3.2
2026-06-21T09:42:14.1930516Z    Compiling winnow v1.0.3
2026-06-21T09:42:14.2591082Z    Compiling crossbeam-utils v0.8.21
2026-06-21T09:42:14.2631992Z    Compiling parking v2.2.1
2026-06-21T09:42:14.2720962Z    Compiling spin v0.10.0
2026-06-21T09:42:14.3388590Z    Compiling signature v2.2.0
2026-06-21T09:42:14.3620530Z    Compiling httpdate v1.0.3
2026-06-21T09:42:14.3720813Z    Compiling diatomic-waker v0.2.3
2026-06-21T09:42:14.3850592Z    Compiling cordyceps v0.3.4
2026-06-21T09:42:14.4220936Z    Compiling serde_json v1.0.150
2026-06-21T09:42:14.4501505Z    Compiling ed25519 v2.2.3
2026-06-21T09:42:14.4960916Z    Compiling futures-lite v2.6.1
2026-06-21T09:42:14.5240793Z    Compiling cipher v0.4.4
2026-06-21T09:42:14.5521038Z    Compiling netlink-packet-core v0.8.1
2026-06-21T09:42:14.5750694Z    Compiling universal-hash v0.5.1
2026-06-21T09:42:14.6340477Z    Compiling vergen-lib v0.1.6
2026-06-21T09:42:14.6910464Z    Compiling futures-buffered v0.2.13
2026-06-21T09:42:14.7011555Z    Compiling vergen v9.1.0
2026-06-21T09:42:14.7063898Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T09:42:14.7130449Z    Compiling heapless v0.7.17
2026-06-21T09:42:14.7190699Z    Compiling noq-udp v0.10.0
2026-06-21T09:42:14.7917921Z    Compiling digest v0.11.3
2026-06-21T09:42:14.8140560Z    Compiling sync_wrapper v1.0.2
2026-06-21T09:42:14.8988468Z    Compiling opaque-debug v0.3.1
2026-06-21T09:42:14.9236958Z    Compiling allocator-api2 v0.2.21
2026-06-21T09:42:14.9371710Z    Compiling byteorder v1.5.0
2026-06-21T09:42:14.9440408Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T09:42:14.9548400Z    Compiling polyval v0.6.2
2026-06-21T09:42:15.0043658Z    Compiling aws-lc-sys v0.41.0
2026-06-21T09:42:15.0090410Z    Compiling ring v0.17.14
2026-06-21T09:42:15.0188199Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T09:42:15.1392347Z    Compiling hash32 v0.2.1
2026-06-21T09:42:15.1610514Z    Compiling spin v0.9.8
2026-06-21T09:42:15.2130698Z    Compiling vergen-gitcl v1.0.8
2026-06-21T09:42:15.2228789Z    Compiling signature v3.0.0
2026-06-21T09:42:15.3256069Z    Compiling num_threads v0.1.7
2026-06-21T09:42:15.3406863Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T09:42:15.3621755Z    Compiling fallible-iterator v0.3.0
2026-06-21T09:42:15.3724055Z    Compiling tower-layer v0.3.3
2026-06-21T09:42:15.3728453Z    Compiling ryu v1.0.23
2026-06-21T09:42:15.4400375Z    Compiling time v0.3.47
2026-06-21T09:42:15.4797431Z    Compiling ghash v0.5.1
2026-06-21T09:42:15.4880678Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T09:42:15.5708109Z    Compiling ctr v0.9.2
2026-06-21T09:42:15.5712240Z    Compiling aes v0.8.4
2026-06-21T09:42:15.5820541Z    Compiling http-body-util v0.1.3
2026-06-21T09:42:15.6190832Z    Compiling fs2 v0.4.3
2026-06-21T09:42:15.7420949Z    Compiling aead v0.5.2
2026-06-21T09:42:15.7755703Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T09:42:15.7896616Z    Compiling openssl-probe v0.2.1
2026-06-21T09:42:15.8020829Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T09:42:15.8510722Z    Compiling crossbeam-channel v0.5.15
2026-06-21T09:42:15.8950479Z    Compiling blake3 v1.8.5
2026-06-21T09:42:15.9411014Z    Compiling netlink-packet-route v0.29.0
2026-06-21T09:42:16.0022083Z    Compiling uuid v1.23.2
2026-06-21T09:42:16.0730605Z    Compiling memoffset v0.6.5
2026-06-21T09:42:16.1910517Z    Compiling aes-gcm v0.10.3
2026-06-21T09:42:16.2490800Z    Compiling acto v0.8.2
2026-06-21T09:42:16.2708812Z    Compiling netwatch v0.16.0
2026-06-21T09:42:16.3370489Z    Compiling noq v0.18.0
2026-06-21T09:42:16.4152812Z    Compiling mac-addr v0.3.0
2026-06-21T09:42:16.4610958Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T09:42:16.5215825Z    Compiling rustc-hash v2.1.2
2026-06-21T09:42:16.5543166Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T09:42:16.5621530Z    Compiling foldhash v0.2.0
2026-06-21T09:42:16.6266920Z    Compiling lru-slab v0.1.2
2026-06-21T09:42:16.6402749Z    Compiling ref-cast v1.0.25
2026-06-21T09:42:16.6491731Z    Compiling rustix v1.1.4
2026-06-21T09:42:16.7037458Z    Compiling identity-hash v0.1.0
2026-06-21T09:42:16.7239295Z    Compiling tagptr v0.2.0
2026-06-21T09:42:16.7300009Z    Compiling thiserror v1.0.69
2026-06-21T09:42:16.7751384Z    Compiling xml-rs v0.8.28
2026-06-21T09:42:16.8080440Z    Compiling hashbrown v0.16.1
2026-06-21T09:42:16.8840664Z    Compiling synstructure v0.13.2
2026-06-21T09:42:16.8906066Z    Compiling darling_core v0.20.11
2026-06-21T09:42:16.9990795Z    Compiling serde_derive_internals v0.29.1
2026-06-21T09:42:17.1826615Z    Compiling netlink-packet-route v0.30.0
2026-06-21T09:42:17.5820503Z    Compiling proc-macro-crate v3.5.0
2026-06-21T09:42:17.6477478Z    Compiling xmltree v0.10.3
2026-06-21T09:42:17.6679888Z    Compiling errno v0.3.14
2026-06-21T09:42:17.7390921Z    Compiling serial-core v0.4.0
2026-06-21T09:42:17.8151029Z    Compiling termios v0.2.2
2026-06-21T09:42:17.8720835Z    Compiling ioctl-rs v0.1.6
2026-06-21T09:42:17.9430813Z    Compiling aho-corasick v1.1.4
2026-06-21T09:42:17.9509046Z    Compiling simple-dns v0.9.3
2026-06-21T09:42:17.9668102Z    Compiling signal-hook v0.3.18
2026-06-21T09:42:17.9799222Z    Compiling toml_write v0.1.2
2026-06-21T09:42:17.9864778Z    Compiling smol_str v0.1.24
2026-06-21T09:42:18.0620928Z    Compiling constant_time_eq v0.4.2
2026-06-21T09:42:18.1100592Z    Compiling linux-raw-sys v0.12.1
2026-06-21T09:42:18.1170573Z    Compiling regex-syntax v0.8.10
2026-06-21T09:42:18.1881000Z    Compiling arrayvec v0.7.6
2026-06-21T09:42:18.1949363Z    Compiling simdutf8 v0.1.5
2026-06-21T09:42:18.2370674Z    Compiling resolv-conf v0.7.6
2026-06-21T09:42:18.2552134Z    Compiling arrayref v0.3.9
2026-06-21T09:42:18.3160484Z    Compiling sha1_smol v1.0.1
2026-06-21T09:42:18.3920819Z    Compiling winnow v0.7.15
2026-06-21T09:42:18.5361019Z    Compiling serial-unix v0.4.0
2026-06-21T09:42:18.5861081Z    Compiling signal-hook-registry v1.4.8
2026-06-21T09:42:18.7451054Z    Compiling serde_derive v1.0.228
2026-06-21T09:42:18.7482616Z    Compiling zeroize_derive v1.4.3
2026-06-21T09:42:18.7800942Z    Compiling tokio-macros v2.7.0
2026-06-21T09:42:18.9140097Z    Compiling futures-macro v0.3.32
2026-06-21T09:42:19.1166248Z    Compiling zerofrom-derive v0.1.7
2026-06-21T09:42:19.3387982Z    Compiling zeroize v1.8.2
2026-06-21T09:42:19.5173522Z    Compiling yoke-derive v0.8.2
2026-06-21T09:42:19.5787054Z    Compiling tokio v1.52.3
2026-06-21T09:42:19.8895433Z    Compiling futures-util v0.3.32
2026-06-21T09:42:20.1242422Z    Compiling zerovec-derive v0.11.3
2026-06-21T09:42:20.4440893Z    Compiling displaydoc v0.2.6
2026-06-21T09:42:20.5910393Z    Compiling zerofrom v0.1.8
2026-06-21T09:42:20.6772612Z    Compiling tracing-attributes v0.1.31
2026-06-21T09:42:20.7636857Z    Compiling rustls-pki-types v1.14.1
2026-06-21T09:42:20.8200892Z    Compiling yoke v0.8.3
2026-06-21T09:42:21.0510948Z    Compiling thiserror-impl v2.0.18
2026-06-21T09:42:21.1165958Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T09:42:21.3109493Z    Compiling zerotrie v0.2.4
2026-06-21T09:42:21.4957038Z    Compiling darling_macro v0.20.11
2026-06-21T09:42:21.7111427Z    Compiling derive_more-impl v2.1.1
2026-06-21T09:42:21.7435023Z    Compiling zerovec v0.11.6
2026-06-21T09:42:21.7665576Z    Compiling n0-error-macros v0.1.3
2026-06-21T09:42:21.8419865Z    Compiling darling v0.20.11
2026-06-21T09:42:21.9056419Z    Compiling derive_builder_core v0.20.2
2026-06-21T09:42:22.2550566Z    Compiling spez v0.1.2
2026-06-21T09:42:22.3380750Z    Compiling der v0.8.0-rc.10
2026-06-21T09:42:22.6141861Z    Compiling tinystr v0.8.3
2026-06-21T09:42:22.6800616Z    Compiling potential_utf v0.1.5
2026-06-21T09:42:22.8077445Z    Compiling icu_collections v2.2.0
2026-06-21T09:42:22.8707666Z    Compiling icu_locale_core v2.2.0
2026-06-21T09:42:22.8740835Z    Compiling n0-error v0.1.3
2026-06-21T09:42:22.8831523Z    Compiling pin-project-internal v1.1.13
2026-06-21T09:42:23.2651108Z    Compiling cobs v0.3.0
2026-06-21T09:42:23.4194137Z    Compiling derive_builder_macro v0.20.2
2026-06-21T09:42:23.5291271Z    Compiling postcard-derive v0.2.2
2026-06-21T09:42:23.5835306Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T09:42:23.7440477Z    Compiling ipnet v2.12.0
2026-06-21T09:42:24.0366876Z    Compiling derive_builder v0.20.2
2026-06-21T09:42:24.1005318Z    Compiling spki v0.8.0-rc.4
2026-06-21T09:42:24.2088815Z    Compiling icu_provider v2.2.0
2026-06-21T09:42:24.2096395Z    Compiling prefix-trie v0.8.4
2026-06-21T09:42:24.3067833Z    Compiling pin-project v1.1.13
2026-06-21T09:42:24.3338591Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T09:42:24.3850775Z    Compiling futures-executor v0.3.32
2026-06-21T09:42:24.4532770Z    Compiling ed25519-dalek v2.2.0
2026-06-21T09:42:24.5111369Z    Compiling once_cell v1.21.4
2026-06-21T09:42:24.5650533Z    Compiling icu_properties v2.2.0
2026-06-21T09:42:24.6149474Z    Compiling icu_normalizer v2.2.0
2026-06-21T09:42:24.6290703Z    Compiling futures v0.3.32
2026-06-21T09:42:24.6340978Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T09:42:24.7031327Z    Compiling spt-proto v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-21T09:42:24.7563446Z    Compiling tracing-core v0.1.36
2026-06-21T09:42:24.9685639Z    Compiling hashbrown v0.14.5
2026-06-21T09:42:25.1173510Z    Compiling data-encoding-macro v0.1.20
2026-06-21T09:42:25.1810734Z    Compiling rustls-native-certs v0.8.4
2026-06-21T09:42:25.1889164Z    Compiling strum_macros v0.28.0
2026-06-21T09:42:25.5230933Z    Compiling tracing v0.1.44
2026-06-21T09:42:25.5943791Z    Compiling postcard v1.1.3
2026-06-21T09:42:25.6595220Z    Compiling async-trait v0.1.89
2026-06-21T09:42:25.6770617Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T09:42:25.8071012Z    Compiling tokio-util v0.7.18
2026-06-21T09:42:25.8256096Z    Compiling hashlink v0.9.1
2026-06-21T09:42:26.0881284Z    Compiling idna_adapter v1.2.2
2026-06-21T09:42:26.1514113Z    Compiling netlink-sys v0.8.8
2026-06-21T09:42:26.2160816Z    Compiling idna v1.1.0
2026-06-21T09:42:26.2250971Z    Compiling tower v0.5.3
2026-06-21T09:42:26.3329872Z    Compiling rusqlite v0.32.1
2026-06-21T09:42:26.3935110Z    Compiling enum-assoc v1.3.0
2026-06-21T09:42:26.4639201Z    Compiling num_enum_derive v0.7.6
2026-06-21T09:42:26.4880056Z    Compiling netlink-proto v0.12.0
2026-06-21T09:42:26.5204873Z    Compiling derive_more v2.1.1
2026-06-21T09:42:26.5334945Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T09:42:26.6720690Z    Compiling url v2.5.8
2026-06-21T09:42:26.7300845Z    Compiling netdev v0.42.0
2026-06-21T09:42:26.7661413Z    Compiling iroh-metrics v0.38.3
2026-06-21T09:42:26.8615602Z    Compiling iroh-relay v0.98.0
2026-06-21T09:42:26.9240578Z    Compiling h2 v0.4.14
2026-06-21T09:42:27.0921206Z    Compiling n0-watcher v0.6.1
2026-06-21T09:42:27.1617703Z    Compiling tokio-stream v0.1.18
2026-06-21T09:42:27.2631553Z    Compiling moka v0.12.15
2026-06-21T09:42:27.2655188Z    Compiling toml_datetime v0.6.11
2026-06-21T09:42:27.2827229Z    Compiling serde_spanned v0.6.9
2026-06-21T09:42:27.3949072Z    Compiling ref-cast-impl v1.0.25
2026-06-21T09:42:27.4277226Z    Compiling thiserror-impl v1.0.69
2026-06-21T09:42:27.6147306Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T09:42:27.6532761Z    Compiling spt-store v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-21T09:42:27.7862074Z    Compiling num_enum v0.7.6
2026-06-21T09:42:27.8541368Z    Compiling iroh-base v0.98.0
2026-06-21T09:42:27.8907430Z    Compiling attohttpc v0.30.1
2026-06-21T09:42:27.9103007Z    Compiling tower-http v0.6.11
2026-06-21T09:42:28.1601046Z    Compiling toml_edit v0.22.27
2026-06-21T09:42:28.2111157Z    Compiling strum v0.28.0
2026-06-21T09:42:28.3410546Z    Compiling iroh-dns v0.98.0
2026-06-21T09:42:28.3510697Z    Compiling webpki-roots v1.0.7
2026-06-21T09:42:28.4610894Z    Compiling regex-automata v0.4.14
2026-06-21T09:42:28.4664215Z    Compiling schemars_derive v1.2.1
2026-06-21T09:42:28.5065562Z    Compiling lru v0.16.4
2026-06-21T09:42:28.6319615Z    Compiling darling_core v0.23.0
2026-06-21T09:42:28.6601767Z    Compiling serde_bytes v0.11.19
2026-06-21T09:42:28.6870451Z    Compiling hmac v0.12.1
2026-06-21T09:42:28.8320590Z    Compiling seize v0.5.1
2026-06-21T09:42:28.9151649Z    Compiling iroh v0.98.2
2026-06-21T09:42:28.9547510Z    Compiling pin-utils v0.1.0
2026-06-21T09:42:29.0307459Z    Compiling dyn-clone v1.0.20
2026-06-21T09:42:29.0417568Z    Compiling utf8parse v0.2.2
2026-06-21T09:42:29.0457209Z    Compiling bitflags v1.3.2
2026-06-21T09:42:29.1301119Z    Compiling cmov v0.5.4
2026-06-21T09:42:29.1350489Z    Compiling rustix v0.38.44
2026-06-21T09:42:29.1700838Z    Compiling anstyle-parse v1.0.0
2026-06-21T09:42:29.1924482Z    Compiling papaya v0.2.4
2026-06-21T09:42:29.3600840Z    Compiling ctutils v0.4.2
2026-06-21T09:42:29.3717660Z    Compiling nix v0.25.1
2026-06-21T09:42:29.3759877Z    Compiling filedescriptor v0.8.3
2026-06-21T09:42:29.5480208Z    Compiling hkdf v0.12.4
2026-06-21T09:42:29.5790730Z    Compiling backon v1.6.0
2026-06-21T09:42:29.6420802Z    Compiling serial v0.4.0
2026-06-21T09:42:29.6970273Z    Compiling foldhash v0.1.5
2026-06-21T09:42:29.7185407Z    Compiling linux-raw-sys v0.4.15
2026-06-21T09:42:29.7470707Z    Compiling shell-words v1.1.1
2026-06-21T09:42:29.8530690Z    Compiling colorchoice v1.0.5
2026-06-21T09:42:29.8844355Z    Compiling anstyle v1.0.14
2026-06-21T09:42:29.9000611Z    Compiling downcast-rs v1.2.1
2026-06-21T09:42:29.9240288Z    Compiling anstyle-query v1.1.5
2026-06-21T09:42:29.9568666Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T09:42:30.0050865Z    Compiling instability v0.3.12
2026-06-21T09:42:30.0403876Z    Compiling signal-hook-mio v0.2.5
2026-06-21T09:42:30.0470571Z    Compiling hashbrown v0.15.5
2026-06-21T09:42:30.0569452Z    Compiling spake2 v0.4.0
2026-06-21T09:42:30.1727740Z    Compiling anstream v1.0.0
2026-06-21T09:42:30.1937540Z    Compiling terminal_size v0.4.4
2026-06-21T09:42:30.1938652Z    Compiling strum_macros v0.26.4
2026-06-21T09:42:30.3500276Z    Compiling sha1 v0.10.6
2026-06-21T09:42:30.4195690Z    Compiling spt-msg v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-21T09:42:30.5690763Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T09:42:30.5911118Z    Compiling schemars v1.2.1
2026-06-21T09:42:30.6761552Z    Compiling itertools v0.13.0
2026-06-21T09:42:30.9271137Z    Compiling toml v0.8.23
2026-06-21T09:42:31.3672837Z    Compiling regex v1.12.3
2026-06-21T09:42:31.3925269Z    Compiling castaway v0.2.4
2026-06-21T09:42:31.5020755Z    Compiling indoc v2.0.7
2026-06-21T09:42:31.9110893Z    Compiling spt-runtime v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-21T09:42:32.0436855Z    Compiling unicode-width v0.1.14
2026-06-21T09:42:32.1290588Z    Compiling doctest-file v1.1.1
2026-06-21T09:42:32.3123603Z    Compiling hyper v1.10.1
2026-06-21T09:42:32.3330917Z    Compiling static_assertions v1.1.0
2026-06-21T09:42:32.3841003Z    Compiling clap_lex v1.1.0
2026-06-21T09:42:32.4162539Z    Compiling darling_macro v0.23.0
2026-06-21T09:42:32.6328807Z    Compiling clap_builder v4.6.0
2026-06-21T09:42:32.6620723Z    Compiling interprocess v2.4.2
2026-06-21T09:42:32.8100783Z    Compiling darling v0.23.0
2026-06-21T09:42:32.8220850Z    Compiling strum v0.26.3
2026-06-21T09:42:32.8329555Z    Compiling unicode-truncate v1.1.0
2026-06-21T09:42:32.9520491Z    Compiling compact_str v0.8.2
2026-06-21T09:42:33.0259097Z    Compiling crossterm v0.28.1
2026-06-21T09:42:33.3120655Z    Compiling lru v0.12.5
2026-06-21T09:42:33.4550995Z    Compiling clap_derive v4.6.1
2026-06-21T09:42:33.4743914Z    Compiling cassowary v0.3.0
2026-06-21T09:42:33.4868424Z    Compiling iana-time-zone v0.1.65
2026-06-21T09:42:33.5764720Z    Compiling unicode-width v0.2.0
2026-06-21T09:42:33.8640793Z    Compiling portable-pty v0.8.1
2026-06-21T09:42:33.8751175Z    Compiling chrono v0.4.45
2026-06-21T09:42:33.9030341Z    Compiling nucleo-matcher v0.3.1
2026-06-21T09:42:33.9611016Z    Compiling qrcode v0.14.1
2026-06-21T09:42:34.2915623Z    Compiling spt-term v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-21T09:42:34.3711059Z    Compiling ratatui v0.29.0
2026-06-21T09:42:34.5983058Z    Compiling hyper-util v0.1.20
2026-06-21T09:42:34.7970485Z    Compiling tempfile v3.27.0
2026-06-21T09:42:34.9511176Z    Compiling spt-live v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-21T09:42:35.7252365Z    Compiling clap v4.6.1
2026-06-21T09:42:36.6953234Z    Compiling igd-next v0.17.1
2026-06-21T09:42:37.7296606Z    Compiling portmapper v0.16.0
2026-06-21T09:42:42.2304535Z    Compiling rustls-webpki v0.103.13
2026-06-21T09:42:45.3837185Z    Compiling tokio-rustls v0.26.4
2026-06-21T09:42:45.3837538Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T09:42:45.3837805Z    Compiling noq-proto v0.17.0
2026-06-21T09:42:45.5321963Z    Compiling hyper-rustls v0.27.9
2026-06-21T09:42:45.5322467Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T09:42:45.5322876Z    Compiling tokio-websockets v0.13.2
2026-06-21T09:42:45.6695416Z    Compiling reqwest v0.13.4
2026-06-21T09:42:46.5599558Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T09:43:00.5270020Z    Compiling spt-net v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-21T09:43:01.8989716Z    Compiling spt-daemon v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-21T09:43:09.1085874Z    Compiling spt v0.12.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-21T09:43:12.7657171Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 02s
2026-06-21T09:43:12.7897507Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-a610d2092bf5e776)
2026-06-21T09:43:12.7911264Z 
2026-06-21T09:43:12.7911560Z running 1 test
2026-06-21T09:43:18.9808772Z test new_brain_serves_against_old_broker ... ok
2026-06-21T09:43:18.9809250Z 
2026-06-21T09:43:18.9809588Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-06-21T09:43:18.9809969Z 
2026-06-21T09:43:19.0010388Z Post job cleanup.
2026-06-21T09:43:19.0653184Z [command]/usr/bin/git version
2026-06-21T09:43:19.0716460Z git version 2.43.0
2026-06-21T09:43:19.0748784Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/149ab891-e38c-4159-b7c9-05a69d1e8e42' before making global git config changes
2026-06-21T09:43:19.0749775Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T09:43:19.0752642Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-21T09:43:19.0782337Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-21T09:43:19.0809153Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-21T09:43:19.0992139Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T09:43:19.1012229Z http.https://github.com/.extraheader
2026-06-21T09:43:19.1019243Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-21T09:43:19.1044257Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-21T09:43:19.1238870Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T09:43:19.1263259Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-21T09:43:19.1577167Z Cleaning up orphan processes
2026-06-21T09:43:19.2050622Z Terminate orphan process: pid (3536630) (spt)
